-
Notifications
You must be signed in to change notification settings - Fork 172
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use pnpm to Replace Yarn #1082
base: main
Are you sure you want to change the base?
Use pnpm to Replace Yarn #1082
Conversation
@TakumiBC is attempting to deploy a commit to the Hack Club Team on Vercel. A member of the Team first needs to authorize it. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Hey @TakumiBC, thanks for the interest in maintaining the repo! We use yarn because we've tried pnpm before in other repos and run into issues on virtual and syncing filesystems like dropbox. Considering our builds don't take that long to spin up in production and run fine on an m1 macbook when running |
Fixes #1042 |
I'll move the discussion there! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please fix conflicts and re-ping me.
@grymmy Fixed the conflicts. Please help me approve the Vercel build. |
Can you please provide the actual build speed gains realized from this change? How much faster is it with this change? |
pnpm
has a better efficiency compared toyarn
. It will increase the speed of our package management, and also speed up builds.I have also created a
.eslintignore
file to letESLint
ignore files likeREADME.md
.